return type;
}
}
return facade.parseTypeAnnotation(typeString, anchor);
}
@Nullable
return type;
}
}
final PyType type = facade.parseTypeAnnotation(typeString, anchor);
if (type != null) {
return type;
}